home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 140
/
(Vol 140) Sep 19 2011.iso
/
Games
/
thump.swf
/
scripts
/
DefineButton2_144
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2011-09-19
|
211b
|
10 lines
on(release){
trackLabel = "track" + _root.base.selectedTrack;
if(_root.base.difficulty == "hard")
{
trackLabel += "hard";
}
_root._quality = "MEDIUM";
gotoAndPlay(trackLabel);
}